Varlock
Enhanced .env files.
What we like
Use decorator comments to create .env config schemas. Allows for validation and type safety. Implement function calls e.g. to load a secret from 1Password. Redacts values in stdout and console methods. Supports different environments. Drop-in replacement for dotenv.
What we don't like
Only has native integrations for Node and Next.js (doesn’t support Turbopack yet), but there is a binary CLI to run and inject values into the environment.